object PrtOptForm: TPrtOptForm Left = 89 Top = 119 BorderStyle = bsDialog Caption = 'Printer Options' ClientHeight = 160 ClientWidth = 439 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 2 Top = -1 Width = 229 Height = 133 Caption = 'Display' TabOrder = 0 object Label1: TLabel Left = 8 Top = 15 Width = 104 Height = 13 Caption = 'Top Margin [ ] Inches' end object Label2: TLabel Left = 8 Top = 58 Width = 103 Height = 13 Caption = 'Left Margin [ ] Inches' end object LeftMarginTrack: TTrackBar Left = 8 Top = 29 Width = 217 Height = 22 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBoth TickStyle = tsAuto OnChange = LeftMarginTrackChange end object TopMarginTrack: TTrackBar Left = 8 Top = 74 Width = 217 Height = 22 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 1 TickMarks = tmBoth TickStyle = tsAuto OnChange = TopMarginTrackChange end object ScreenCheck: TCheckBox Left = 8 Top = 107 Width = 117 Height = 17 Caption = 'Output To &Screen' TabOrder = 2 OnClick = ScreenCheckClick end end object RadioGroup1: TRadioGroup Left = 233 Top = -1 Width = 128 Height = 61 Caption = 'Output' Items.Strings = ( 'Output To &Printer' 'Output To &Disk File') TabOrder = 1 OnClick = RadioGroup1Click end object GroupBox2: TGroupBox Left = 233 Top = 60 Width = 206 Height = 72 Caption = 'Copies' TabOrder = 2 object Label3: TLabel Left = 15 Top = 20 Width = 104 Height = 13 Caption = 'Number Of Copies [ ]' end object TrackBar2: TTrackBar Left = 10 Top = 40 Width = 192 Height = 20 Max = 100 Min = 1 Orientation = trHorizontal Frequency = 4 Position = 1 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar2Change end end object Setupbtn: TButton Left = 363 Top = 4 Width = 75 Height = 22 Caption = 'Setup' TabOrder = 3 OnClick = SetupbtnClick end object Button1: TButton Left = 363 Top = 38 Width = 75 Height = 22 Caption = 'Printer Font' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = Button1Click end object Printbtn: TBitBtn Left = 3 Top = 134 Width = 75 Height = 25 Caption = 'Print' Default = True ModalResult = 1 TabOrder = 5 Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000130B0000130B00001000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000 00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888 8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F 8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F 8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF 03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF 03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0 33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033 33333337FFFF7733333333300000033333333337777773333333} NumGlyphs = 2 end object BitBtn1: TBitBtn Left = 364 Top = 134 Width = 75 Height = 25 Cancel = True Caption = 'Abort' ModalResult = 3 TabOrder = 6 Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333333333333333333333000033338833333333333333333F333333333333 0000333911833333983333333388F333333F3333000033391118333911833333 38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333 911118111118333338F3338F833338F3000033333911111111833333338F3338 3333F8330000333333911111183333333338F333333F83330000333333311111 8333333333338F3333383333000033333339111183333333333338F333833333 00003333339111118333333333333833338F3333000033333911181118333333 33338333338F333300003333911183911183333333383338F338F33300003333 9118333911183333338F33838F338F33000033333913333391113333338FF833 38F338F300003333333333333919333333388333338FFF830000333333333333 3333333333333333333888330000333333333333333333333333333333333333 0000} NumGlyphs = 2 end object BitBtn2: TBitBtn Left = 90 Top = 134 Width = 75 Height = 25 TabOrder = 7 OnClick = BitBtn2Click Kind = bkHelp end object CheckBox1: TCheckBox Left = 184 Top = 137 Width = 129 Height = 17 Caption = 'Show Before Printing' TabOrder = 8 OnClick = CheckBox1Click end end